remove redundant and confusing if (GTK_IS_MENU (widget)) checks because
authorMichael Natterer <mitch@imendio.com>
Thu, 1 Feb 2007 13:57:36 +0000 (13:57 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Thu, 1 Feb 2007 13:57:36 +0000 (13:57 +0000)
commit9205bfd82c8a0cb8d65121a65b1a32296b472610
tree54793f4280b8d6315b3b856e45349ab1af83d374
parent9d573d5f694cd4d13bd60afb5e2ef09742ad6971
remove redundant and confusing if (GTK_IS_MENU (widget)) checks because

2007-02-01  Michael Natterer  <mitch@imendio.com>

* gtk/gtkmenu.c (gtk_menu_button_press)
(gtk_menu_button_release)
(gtk_menu_button_scroll): remove redundant and confusing
if (GTK_IS_MENU (widget)) checks because "widget" is always a
GtkMenu here.

svn path=/trunk/; revision=17247
ChangeLog
gtk/gtkmenu.c